h1
{
	font-family: "Impact";
	color: red;
}

p
{
	font-family: "Arial";
	color: black;
}

p.code
{
	position: fixed;
	left: 25px;
	top: 125px;
	width: 500px; 
	height: 500px;
	border: solid black;
	font-family: "Lucida Console";
	color: blue;
}